Initializes a new instance of the RowsEvent class.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Syntax
Java
Copy Code
|
---|
public RowsEvent ( Object source, int index, int count, Iterable<PlainRegion> oldCellRegions, Iterable<PlainRegion> newCellRegions, Iterable<PlainRegion> oldRowRegions, Iterable<PlainRegion> newRowRegions, Object originalAutoFilter ) |
Parameters
See Also